home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / archive / userbox / publicdomain / superviewel.lha / SuperViewEL / SuperViewLibrary / SQ-Operators / SQTiling.doc < prev    next >
Text File  |  1996-06-18  |  2KB  |  63 lines

  1.  
  2.   SQTiling.svoperator
  3.  
  4.   © 1995 by Steve Quartly.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.1
  9.   Release Date : 16.02.1996
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V5+
  16.  
  17.   Description
  18.   ~~~~~~~~~~~
  19.   SQTiling.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This  operator tiles the image into many blocks. A block size of 10 gives
  23.   a great effect.
  24.  
  25.   ControlPad-Switches
  26.   ~~~~~~~~~~~~~~~~~~~
  27.   ControlPad-Name     : "ENV:superview-library/SQTiling.controlpad"
  28.   ControlPad-Commands : - TILESIZE=<1..255>
  29.                           ; This is the tile size.
  30.                           ;
  31.                           ; The following controlpads allow you to apply
  32.                           ; this operator to a rectangular region of the
  33.                           ; image.
  34.                         - LEFTEDGE=<Value>
  35.                           ; crop from x position
  36.                           ; (will be adjusted, if >= source width)
  37.                         - TOPEDGE=<Value>
  38.                           ; crop from y position
  39.                           ; (will be adjusted, if >= source height)
  40.                         - WIDTH=<Value>
  41.                           ; crop how many x pixels from leftedge
  42.                           ; (will be adjusted, if too large)
  43.                         - HEIGHT=<Value>
  44.                           ; crop how many y pixels from topedge
  45.                           ; (will be adjusted, if too large)
  46.  
  47.   Author
  48.   ~~~~~~
  49.   Steve Quartly
  50.   1280 Stevens St
  51.   MUNDARING
  52.   Western Australia        steveq@sndcrft.DIALix.oz.au
  53.  
  54.   History
  55.   ~~~~~~~
  56.   V1.0 (01.09.1995) :
  57.  
  58.    - first public release
  59.  
  60.   V3.1 (1.1.1996)   :
  61.  
  62.    - added progress indicator support
  63.